For a list of all members of this type, see IObservableSource<T> members.
Public Properties
| Name | Description |
| CreateNew | This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used. |
| IsDeletedStateAvailable | Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection. |
| SupportsItemOrdinals | Gets a value that indicates whether this collection is capable of providing the ordinal position of the changed item when it notifies of an item change. |
Top
See Also